home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / newz20.zip / QUOTE.DOC < prev    next >
Text File  |  1992-05-25  |  3KB  |  92 lines

  1. -->    QUOTE:
  2.  
  3.        Quote of the day program for NEWZ.
  4.        Copyright (C) 1992 by James Storch
  5.  
  6.        =====NO MONEY IS TO BE CHARGED FOR THE USE OF THIS=====
  7.        =====PROGRAM WITH THE EXCEPTION OF MODEST SHAREWARE====
  8.        ================DISTRUBUTION FEE=======================
  9.  
  10.        In the spirit of RBBS I'm releasing this free of charge
  11.        to RBBS sysops. There are far too many leeches in the
  12.        community.
  13.  
  14.        This is even easier to set up and use then NEWZ.
  15.        Easy to edit too!
  16.  
  17. -->    FEATURES:
  18.  
  19.        Automatically generates a new quote text file for NEWZ to
  20.        read and format and present as the first news item of the
  21.        day.
  22.  
  23.        Automatically starts over with the first quote after the
  24.        last one in QUOTE.DAT had been read. Fire and forget.
  25.  
  26.        Very easy to enter your own quotes with a text editor.
  27.  
  28.  
  29.  
  30. -->    DO THIS:
  31.  
  32.        Edit QUOTE.CFG.
  33.  
  34. LINE 1 This should be the path/name of a typical newz text
  35.        file.
  36.        Example:
  37.  
  38.        C:\news\quote.nwz
  39.  
  40. LINE 2 This is the number of the quote to use next.
  41.        This number is automatically incremented by QUOTE
  42.        each time it's run. You can also change this to any
  43.        valid quote number you like.
  44.  
  45.        QUOTE.CFG must be in the same directory as QUOTE.EXE.
  46.        NEWZ.CFG must be in the same directory as NEWZ.EXE.
  47.  
  48.        Now, set up your nightly batch file to call QUOTE
  49.        and the NEWZ.
  50.  
  51.        " CD\RBBS\NEWS"   (assuming this is where you put it)
  52.        " QUOTE       "
  53.        " NEWZ        "
  54.  
  55.  
  56.  
  57.  
  58.  
  59. -->   EDITING QUOTE.DAT
  60.  
  61.       Adding you own quotes is easy. Matter of fact, please
  62.       give me a copy if you really go to town.
  63.  
  64.       Each quote can have any number of lines, just serparate
  65.       each line with a line beginning with a semi-colon ";".
  66.  
  67.       The last line of the text file must have the string "-EOF-"
  68.       instead of the semi-colon. This let's QUOTE know to flip over.
  69.  
  70.       example:
  71.  
  72. -----------------------------------------------------------------------
  73. There ain't no rules around here!
  74. We're trying to accomplish something!
  75. -Thomas Edison
  76. ;
  77. Success is women you don't even know walking around your house.
  78. -Saturday Night Live
  79. ;
  80. Is it a bigger crime to rob a bank or open one?
  81. -Ted Allan
  82. -EOF-
  83. ------------------------------------------------------------------------
  84.  
  85. Well, hope you enjoy this and it works well for you. It's run like
  86. a champ on my BBS for several months now.
  87.  
  88. Jim Storch
  89. Electric Harbor BBS
  90. (703) 730-0542
  91.  
  92.